projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2736699
)
(select-frame-by-name): Call x-focus-frame also when
author
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 25 Mar 2006 07:40:18 +0000
(07:40 +0000)
committer
YAMAMOTO Mitsuharu
<mituharu@math.s.chiba-u.ac.jp>
Sat, 25 Mar 2006 07:40:18 +0000
(07:40 +0000)
window-system is mac.
lisp/frame.el
patch
|
blob
|
history
diff --git
a/lisp/frame.el
b/lisp/frame.el
index 8437475dfd608ffe40cf005f05ab73e6bbcae7b0..d041da254f5204ef9dc64455250d0d9a70d0b7a4 100644
(file)
--- a/
lisp/frame.el
+++ b/
lisp/frame.el
@@
-767,7
+767,7
@@
If there is no frame by that name, signal an error."
(raise-frame frame)
(select-frame frame)
;; Ensure, if possible, that frame gets input focus.
- (cond ((
eq window-system 'x
)
+ (cond ((
memq window-system '(x mac)
)
(x-focus-frame frame))
((eq window-system 'w32)
(w32-focus-frame frame)))